[index]

WordWrap Property

Syntax

set the wordWrap of <object> to <boolean> Applies to datasheets,

Description

The wordWrap property determines whether the value in a field, cell of a dataSheet, or row of a pickList or dataSheet is "wrapped" onto multiple lines so that the full text is visible. If wordWrap is true, the value is automatically wrapped to the next line at the last character that fits on the current line. If wordWrap is false, the value is displayed on a single line and some portions may be invisible. While wordWrap is false, carriage returns will still move to the next row, although carriage returns are not allowed in dataSheet cells. The default wordWrap value is true. _______________________________________ Examples: Create a field called "test" and type the following text into it: "An example of a sentence that spans more than one line in a field." Now resize the field such that the sentence spans more than one line. Create a button called "Wordwrap" and place the following handler into its script: on mouseUp (not the wordWrap of fld "test") end mouseUp
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.